@font-face {
    font-family: "Nunito";
    src: url(../../[I\ Made\ Wijaya\ Kesuma]_Bahan/Nunito-Medium.ttf);
}
@font-face {
    font-family: "Roboto";
    src:  url(../../[I\ Made\ Wijaya\ Kesuma]_Bahan/Roboto-Medium.ttf);
}
@font-face {
    font-family: "Poppins";
    src:  url(../../[I\ Made\ Wijaya\ Kesuma]_Bahan/Poppins-Medium.ttf);
}
*{padding: 0; margin: 0; list-style: none; text-decoration: none;}

body{
    scroll-behavior: smooth;
    background: #eeeeef;
    font-family: 'Poppins', sans-serif;
}

.header{
    width: 100%;
}

.navbar1{
    width: 100%;
    height: 107px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.navbar-atas{
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7%;
    border-bottom: 1px solid #cecdcd;
}

.logo{
    width: 12%;
}

.logo img{
    width: 140px;
}

.menu{
    width: 71%;
    margin-left: 15px;
}

.menu ul li{
    list-style: none;
    display: inline-block;
    padding: 4px;
}

.menu a{
    text-decoration: none;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.menu .active{
    color: #a100ff;
}

.menu a:hover{
    color: #a100ff;
}

.search-box{
    margin-right: 15px;
}

.fa-magnifying-glass{
    position: relative;
    color: #a100ff;
    right: -640px;
}

.user{
    width: 25%;
}

.user li{
    list-style: none;
    display: inline-block;
}

.user a{
    text-decoration: none;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: bold;
}

.thread a{
    position: relative;
    top: -5px;
    padding: 0 15px;
}

.login a{
    font-size: 30px;
    color: #a100ff;
    padding: 7px;
    border-left: 1px solid #a7a5a5;
}

/* === NAVBAR BAWAH === */
.navbar-bawah{
    width: 100%;
    height: auto;
    text-align: center;
}

.logo-bawah img{
    width: 55px;
}

.menu-bawah ul li{
    display: inline-block;
    padding: 15px 11px;
}

.menu-bawah a{
    text-decoration: none;
    color: #4e4e4e;
    font-size: 12px;
    font-weight: 600;
}

.menu-bawah a:hover{
    color: #a100ff;
    padding-bottom: 11px;
    border-bottom: 3px solid #a100ff;
}

.menu-bawah span:hover{
    color: #0a73f4;
    padding-bottom: 11px;
    border-bottom: 3px solid #0a73f4;
}

/* ==== NAVBAR ON SCROLL ==== */
.navbar2{
    width: 100%;
    height: 51px;
    position: fixed;
    top: -60px;
    display: block;
    transition: top 0.5s;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.container-navbar2{
    width: 50%;
    margin: auto;
}

.navbar-scroll{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo2 img{
    width: 50px;
    padding-top: 2px;
}

.menu-scroll ul li{
    display: inline-block;
    padding: 0 10px;
}

.menu-scroll a{
    text-decoration: none;
    color: #4e4e4e;
    font-size: 13px;
    font-weight: 600;
}

.menu-scroll a:hover{
    color: #a100ff;
    padding-bottom: 15px;
    border-bottom: 3px solid #a100ff;
}

.menu-scroll span:hover{
    color: #0a73f4;
    padding-bottom: 15px;
    border-bottom: 3px solid #0a73f4;
}

.user2 li, .user2 a{
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #4e4e4e;
}

.pencil{
    position: relative;
    top: -3px;
    right: 5px;
}

.login i{
    font-size: 30px;
    color: #a100ff;
}

/* ==== CONTENT FORUM ==== */
.content-forum{
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
}

.container-forum{
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

/* === CONTENT KIRI ATAS === */
.content-kiri{
    width: 65%;
    height: auto;
}

.card-kiri-atas{
    width: 100%;
    height: 8vh;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-forum{
    padding: 15px 0;
    text-align: center;
}

.search{
    width: 450px;
    height: 28px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #eeeeef;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    outline: none;
    transition: all 0.8s ease;
}

.search-forum i{
    position: relative;
    top: 1px;
    right: 25px;
    color: #a7a5a5;
}

/* === CONTENT KIRI BAWAH === */
.content-kiri-bawah{
    width: 100%;
    height: auto;
}

.collapsible{
    width: 100%;
    height: 51px;
    background: #fff;
    border-bottom: 1px solid #ffa200;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#btnClose2,
#btnOpen2{
    border-bottom: 1px solid #0a73f4;
}
#btnClose3,
#btnOpen3{
    border-bottom: 1px solid #0aff0e;
}
#btnClose4,
#btnOpen4{
    border-bottom: 1px solid #a100ff;
}
#btnClose5,
#btnOpen5{
    border-bottom: 1px solid #f40a39;
}

.collapsible::after{
    color: #fff;
    background: #a100ff;
    padding: 0 10px 0 10px;
    font-size: 22px;
    border-radius: 50px;
    font-weight: bold;
    float: right;
    margin: 8px 15px 0 0;
    cursor: pointer;
}

/* =================================== */
#btnOpen1, 
#btnOpen2, 
#btnOpen3, 
#btnOpen4, 
#btnOpen5{
    display: none;
}

#btnOpen1::after, 
#btnOpen2::after, 
#btnOpen3::after,
#btnOpen4::after,
#btnOpen5::after{
    content: '\002B';
    padding: 0 8px 0 8px;
}

#btnClose1::after,
#btnClose2::after,
#btnClose3::after,
#btnClose4::after,
#btnClose5::after{
    content: "\2212";
    padding: 0 10px 0 10px;
}

.collapsible img{
    width: 30px;
    margin: 8px;
    border-radius: 50px;
}

.collapsible a{
    text-decoration: none;
    position: relative;
    left: 0;
    bottom: 17px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    color: #ffa200;
}

.cardForum{
    width: 100%;
    height: 385px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    transition: height 0.6s ease-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.logo-forum{
    width: 5%;
    margin-right: 3px;
}

.logo-forum img{
    width: 20px;
    border-radius: 50px;
    margin-top: 10px;
}

.isi-forum-kiri{
    width: 47%;
    margin-top: 10px;
}

.isi-forum-kiri a{
    display: flex;
    font-size: 16px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
}

.isi-forum-kiri i{
    margin: 3px 0 0 10px;
    display: none;
}

.isi-forum-kiri a:hover .fa-bookmark{
    display: block;
    color: #ffa200;
}

.isi-forum-kiri p{
    font-size: 14px;
    margin: 5px 0;
}

.thread-forum{
    font-size: 12px;
    color: #a7a5a5;
}

.isi-forum-kanan{
    width: 45%;
    margin-left: 2.5%;
    margin-top: 10px;
}

.commented-forum{
    font-size: 12px;
    color: #a7a5a5;
}

.isi-forum-kanan a{
    font-size: 15px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
}

.sub-forum{
    width: 95%;
    margin: 10px 0 15px 20px;
    padding: 0 15px 5px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #a7a5a5;
}

.sub-forum h4{
    font-size: 13px;
    font-weight: 400;
    color: #a7a5a5;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.link-sub a{
    font-size: 13px;
    margin: 0 15px 0 0;
    color: #111;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.link-sub a:hover{
    text-decoration: underline;
}

.fa-money-bill-wave, .fa-shield{
    color: #ffa200;
}
.fa-person-rifle{
    color: #a100ff;
}
.fa-image-portrait{
    color: #0a73f4;
}
.fa-shirt{
    color: #0aff0e;
}
.fa-gem{
    color: #f40a39;
}

.collapsible .mlbb{
    color: #0a73f4;
}
.collapsible .dota{
    color: #0aff0e;
}
.collapsible .valorant{
    color: #f40a39;
}
.collapsible .apex{
    color: #a100ff;
}

/* === CONTENT KIRI TUTUP === */

/* === CONTENT KANAN === */
.content-kanan{
    width: 30%;
    height: auto;
}

.card-kanan{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.judul-kanan{
    display: flex;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.judul-kanan i{
    font-size: 20px;
    padding: 8px;
    margin-right: 4px;
    color: #fff;
    background: #ffa200;
    border-radius: 30px;
}

.judul-kanan h1{
    font-size: 22px;
    padding: 3px 0 0 4px;
}

.isi-kanan ul li{
    list-style: none;
}

.isi-kanan a{
    text-decoration: none;
}

.isi-kanan h3{
    font-size: 16px;
    color: #5f5e5e;
    padding: 15px 0 3px 0;
}

.text-kanan{
    display: flex;
}

.text-kanan span{
    font-size: 12px;
    color: #0a73ff;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b2b2;
}

.text-kanan p{
    width: 100%;
    font-size: 11px;
    border-bottom: 1px solid #b3b2b2;
}

.top-team{
    width: auto;
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #b3b2b2;
}

.top-team a{
    display: flex;
    text-decoration: none;
}

.top-team h1{
    color: #222;
    padding: 5px 7px 0 0;
    font-size: 20px;
    border-right: 1px solid #5f5e5e;
}

.top-team img{
    width: 35px;
    height: 35px;
    margin-left: 10px;
    border-radius: 50%;
}

.top-team h3{
    color: #333;
    padding: 8px 0 0 10px;
    font-size: 15px;
}

.card-kanan-sticky{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* ==== CONTENT KANAN TUTUP ====*/

/* ==== FOOTER ==== */
.footer{
    width: 100%;
    height: auto; 
    border-top: 5px solid #a100ff;
    background: linear-gradient(to left, #ffffff 0%, #f0f0f0 0%);
}

.container-footer{
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 30px;
}

.content-footer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card-footer{
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 27vh;
    padding: 10px;
    box-sizing: border-box;
}

.card-footer h3{
    font-size: 17px;
    padding-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.card-footer a{
    font-size: 14px;
    padding: 3px 0;
    text-decoration: none;
    color: #787878;
}

.card-footer a:hover{
    color: #ababab;
}

.create{
    margin: 15px 0 0 0;
    text-align: center;
    padding: 7px;
    background: #000;
    color: #fff;
}

@media (max-width: 700px) {
    .container-forum{
        width: 100%;
    }

    .content-kiri{
        width: 100%;
    }

    .search{
        width: 310px;
        margin-left: 9px;
    }

    .logo-forum{
        width: 7%;
    }

    .isi-forum-kiri{
        width: 45%;
    }

    .isi-forum-kanan{
        width: 44%;
    }

    .content-kanan{
        display: none;
    }
    /* ======= FOOTER ====== */
    .content-footer{
        flex-wrap: wrap;
    }

    .card-footer{
       width: 40%;
       margin: 60px 0;
    }
} 